github.com/andybalholm/brotli.dictWord.transform (field)

9 uses

	github.com/andybalholm/brotli (current package)
		static_dict.go#L46: 		if w.transform == 0 {
		static_dict.go#L49: 		} else if w.transform == 10 {
		static_dict.go#L87: 			if w.transform == 0 {
		static_dict.go#L302: 				var is_all_caps bool = (w.transform != transformUppercaseFirst)
		static_dict.go#L440: 			if w.transform == 0 {
		static_dict.go#L502: 				var is_all_caps bool = (w.transform != transformUppercaseFirst)
		static_dict.go#L604: 				if w.transform == 0 && isMatch(dict.words, w, data[2:], max_length-2) {
		static_dict.go#L636: 				if w.transform == 0 && isMatch(dict.words, w, data[5:], max_length-5) {
		static_dict_lut.go#L13: 	transform byte